reciepes for freetype and harfbuzz#351
Conversation
|
Freetype is one of the already checkout in src/jni. Why do you need to have it again? |
|
not sure what you mean from what i could figure out i could not import freetype into my python program i tried different required libraries etc and asked around but got the impression it was not available so ported this. |
|
on second thought are you saying i can just change the reciepe to look for freetype in another location ? |
|
@tito okay i tried this looks like the freetype code in src/jni is different some how. they will not build outside of py4a copying the files to python-for-android/build/freetype and then entering that folder before running autogen.sh gives me You must be in the same directory as `autogen.sh'. running configure gives me Makefile:32: builds/toplevel.mk: No such file or directory so using the existing code may not be an option unless you might know why ? |
c5e9f15 to
78f04c6
Compare
78f04c6 to
f1cd751
Compare
|
Thanks! |
reciepes for freetype and harfbuzz
reciepe for freetype and harfbuzz libraries allows freetype python file to be imported.